home *** CD-ROM | disk | FTP | other *** search
- -- card: 2867 from stack: in
- -- bmap block id: 4014
- -- flags: 0000
- -- background id: 2711
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=101 right=126 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Our Hero
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 2
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=125 right=149 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: The Objective
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 3
- end mouseUp
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=148 right=172 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: How to Play
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 4
- end mouseUp
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=171 right=195 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Winning the Game
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 8
- end mouseUp
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=194 right=218 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hints
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 9
- end mouseUp
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=217 right=240 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Register
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 10
- end mouseUp
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=15 top=239 right=263 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Credits
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to cd 11
- end mouseUp
-